Skip to content

Commit

Permalink
use devtest
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Jun 7, 2024
1 parent 7ed9622 commit 2c098de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/yaml-check.sh
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
pushd ../src/fst/test/ ; make check SUBDIRS=. ; popd
#!/bin/bash
pushd ../src/fst/test/ || exit 2
make devtest SUBDIRS=.
popd || exit 2

0 comments on commit 2c098de

Please sign in to comment.