aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test')
-rw-r--r--c_parser/test/.gitignore2
-rw-r--r--c_parser/test/test_lex.c14
-rw-r--r--c_parser/test/test_parser.c0
3 files changed, 0 insertions, 16 deletions
diff --git a/c_parser/test/.gitignore b/c_parser/test/.gitignore
deleted file mode 100644
index 94ca778..0000000
--- a/c_parser/test/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-output.json
-pre_processed_test_lex.c
diff --git a/c_parser/test/test_lex.c b/c_parser/test/test_lex.c
deleted file mode 100644
index 9db9054..0000000
--- a/c_parser/test/test_lex.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdlib.h>
-#include <stdio.h>
-#include <assert.h>
-#include <math.h>
-
-#define POTATO 5
-
-int main(int argc, char* argv[]) {
- char* h = "Hello World\"";
- int j = POTATO;
- int u = 2398uL;
- float rt = 23.238e-283;
- return 0;
-}
diff --git a/c_parser/test/test_parser.c b/c_parser/test/test_parser.c
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/c_parser/test/test_parser.c