diff options
author | Rob Austein <sra@hactrn.net> | 2012-09-03 05:48:26 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-09-03 05:48:26 +0000 |
commit | 65b6e7ca370c8ebcf61de89c3db7d1ff9ae36848 (patch) | |
tree | cb4fbf11f0f6b70a8e8359cf748c3ff08479b3d2 | |
parent | 7a5037f8eb0ebc7077995887966c1798434f0ce1 (diff) |
Add yamlconf to ruleset.
svn path=/branches/tk274/; revision=4691
-rw-r--r-- | rpkid/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index bd004f28..12c264b3 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -124,7 +124,7 @@ all-tests:: unit-tests all-tests:: relaxng -test all-tests parse-test profile yamltest:: all +test all-tests parse-test profile yamltest yamlconf:: all cd tests; $(MAKE) $@ tags: Makefile |