1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Support for abbreviated struct declarations.

This commit is contained in:
Bruno Haible
2003-06-02 11:43:01 +00:00
parent eba9cf3822
commit fcd638a42f
6 changed files with 168 additions and 4 deletions

View File

@@ -162,6 +162,8 @@ check-test:
diff $(srcdir)/charsets.exp charsets.out
$(GPERF) -C -E -G -I -t < $(srcdir)/languages.gperf > languages.out
diff $(srcdir)/languages.exp languages.out
$(GPERF) -t < $(srcdir)/incomplete.gperf > incomplete.out
diff $(srcdir)/incomplete.exp incomplete.out
# prints out the help message
-$(GPERF) -h > test-6.out
diff $(srcdir)/test-6.exp test-6.out