Skip to content

Instantly share code, notes, and snippets.

View WarrenTheRabbit's full-sized avatar

Warren Markham WarrenTheRabbit

View GitHub Profile
diff --git a/2-print.py b/2-print.py
new file mode 100644
index 0000000..e69de29
@WarrenTheRabbit
WarrenTheRabbit / test(fix): create file.diff
Created January 23, 2024 11:11
Diff of the Last Commit
diff --git a/2-print.py b/2-print.py
new file mode 100644
index 0000000..e69de29
diff --git a/2-print.py b/2-print.py
new file mode 100644
index 0000000..e69de29
diff --git a/test_hello_world_project.py b/test_hello_world_project.py
new file mode 100644
index 0000000..0d96293
--- /dev/null
+++ b/test_hello_world_project.py
@@ -0,0 +1,5 @@
+import pytest
+
+def test_that_file_exists():
+ with open("2-print.py"):
diff --git a/Makefile b/Makefile
index a77058a..729cf2f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,22 @@
PATH_PROJECT = /root/holbertonschool-sorting_algorithms
PATH_TESTS = $(PATH_PROJECT)/tests
PATH_UNITY = $(PATH_PROJECT)/Unity/src
+PATH_SRC= $(PATH_PROJECT)/src
diff --git a/src/capture_object.h b/src/capture_object.h
index ee05014..6d313d0 100644
--- a/src/capture_object.h
+++ b/src/capture_object.h
@@ -2,6 +2,7 @@
#define CAPTURE_OBJECT_H
typedef struct {
+ int dummy;
} CaptureObject;
diff --git a/src/capture_object.h b/src/capture_object.h
index ee05014..6d313d0 100644
--- a/src/capture_object.h
+++ b/src/capture_object.h
@@ -2,6 +2,7 @@
#define CAPTURE_OBJECT_H
typedef struct {
+ int dummy;
} CaptureObject;
diff --git a/src/capture_object.h b/src/capture_object.h
index ee05014..6d313d0 100644
--- a/src/capture_object.h
+++ b/src/capture_object.h
@@ -2,6 +2,7 @@
#define CAPTURE_OBJECT_H
typedef struct {
+ int dummy;
} CaptureObject;
diff --git a/src/capture_object.h b/src/capture_object.h
index ee05014..6d313d0 100644
--- a/src/capture_object.h
+++ b/src/capture_object.h
@@ -2,6 +2,7 @@
#define CAPTURE_OBJECT_H
typedef struct {
+ int dummy;
} CaptureObject;
diff --git a/src/capture_object.h b/src/capture_object.h
index ee05014..6d313d0 100644
--- a/src/capture_object.h
+++ b/src/capture_object.h
@@ -2,6 +2,7 @@
#define CAPTURE_OBJECT_H
typedef struct {
+ int dummy;
} CaptureObject;