Skip to content

Commit

Permalink
Fix 'syntax error near unexpected token treetest' in tests.am
Browse files Browse the repository at this point in the history
(fix of commit a0b194f)

* tests/tests.am (check-without-test-driver): Replace
`treetest(EXEEXT)` to `treetest$(EXEEXT)`.
  • Loading branch information
ivmai committed Nov 15, 2024
1 parent edc22e7 commit 2ea2415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.am
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ check-without-test-driver: $(TESTS)
test ! -f threadkeytest$(EXEEXT) || ./threadkeytest$(EXEEXT)
test ! -f threadleaktest$(EXEEXT) || ./threadleaktest$(EXEEXT)
test ! -f tracetest$(EXEEXT) || ./tracetest$(EXEEXT)
test ! -f treetest(EXEEXT) || ./treetest$(EXEEXT)
test ! -f treetest$(EXEEXT) || ./treetest$(EXEEXT)
test ! -f weakmaptest$(EXEEXT) || ./weakmaptest$(EXEEXT)
./cordtest$(EXEEXT)

0 comments on commit 2ea2415

Please sign in to comment.