This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
ccmeta
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
updated dotest with new test files
master
Nathan R
3 years ago
parent
e640f46211
commit
758f5b7f51
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dotest
+ 1
- 1
dotest
View File
@ -26,7 +26,7 @@ for i in tests-gnu/*.c; do
cmp $i $j || die $i $j
done
for i in
single-exe
c/*.c; do
for i in
tests-
c/*.c; do
echo $i
j="${i%.c}.out"
$run < $i > $j
Write
Preview
Loading…
Cancel
Save