aboutsummaryrefslogtreecommitdiffstats
path: root/test_lexer.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-07 16:56:57 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-07 16:56:57 +0000
commit76699050049febe4c7eb0199cd0ae9d13fb36b74 (patch)
tree612fd98f279355c529390f0c7f431ebd1f0dbc27 /test_lexer.sh
parent9d94e43d23698f4804060c82482966da9680faa1 (diff)
downloadCompiler-76699050049febe4c7eb0199cd0ae9d13fb36b74.tar.gz
Compiler-76699050049febe4c7eb0199cd0ae9d13fb36b74.zip
Changing file structure
Diffstat (limited to 'test_lexer.sh')
-rwxr-xr-xtest_lexer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_lexer.sh b/test_lexer.sh
index b103764..5f6803e 100755
--- a/test_lexer.sh
+++ b/test_lexer.sh
@@ -15,6 +15,6 @@ fi
echo "========================================="
echo " Testing lexer"
-cpp test/test_lex.c test/pre_processed_test_lex.c
-cat test/pre_processed_test_lex.c | ./bin/c_lexer | tee test/output.json
+cpp c_lexer/test/test_lex.c c_lexer/test/pre_processed_test_lex.c
+cat c_lexer/test/pre_processed_test_lex.c | bin/c_lexer | tee c_lexer/test/output.json
#cat test/test_lex.c | ./bin/c_lexer | tee test/output.json