Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CompilerConstruction
CodeSamples
Commits
b8b7fdf2
Commit
b8b7fdf2
authored
May 01, 2020
by
Ronald Charles Moore
Browse files
small fix in comments
parent
cbc85c5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
recursiveDescentParsers/cplusplus/interpreter/Makefile
View file @
b8b7fdf2
...
...
@@ -35,9 +35,9 @@ clean:
$(RM)
-v
*
~
*
.o
$(PROGS)
tmp.txt
test
:
$(PROGS) $(TESTFILES)
#
"
Running interpreter in test mode
\n
"
# Running interpreter in test mode
-
./interpreter testInput.txt 2>&1
>
tmp.txt
#
"
Checking output
--
no news is good news!
\n
"
# Checking output -- no news is good news!
diff testOutput.txt tmp.txt
-
rm
tmp.txt
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment