aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--main.c2
-rw-r--r--tests/tests.h.gchbin180920 -> 0 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2cb03f4..2116c57 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ RM = rm -f
MAKE = make -j4
SRC = main.c helper.c tests/pft_tests.c tests/moulitest_tests.c tests/printf_tester_tests.c \
- tests/printf_tests_tests.c saved_tests.c#generated.c saved_tests.c
+ tests/printf_tests_tests.c saved_tests.c generated.c
OBJ = $(SRC:.c=.o)
run: all
diff --git a/main.c b/main.c
index 2629c57..66e3f40 100644
--- a/main.c
+++ b/main.c
@@ -57,7 +57,7 @@ int main(int argc, char **argv)
test_printf_tests_test();
-// generated_test();
+ generated_test();
/* saved_test(); */
return 0;
diff --git a/tests/tests.h.gch b/tests/tests.h.gch
deleted file mode 100644
index 78d6459..0000000
--- a/tests/tests.h.gch
+++ /dev/null
Binary files differ