Ver Fonte

(TESTSUITE_AT): Add chtype.at, volsize.at
(check-full): New target

Sergey Poznyakoff há 19 anos atrás
pai
commit
c99076e925
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      tests/Makefile.am

+ 5 - 0
tests/Makefile.am

@@ -49,6 +49,7 @@ TESTSUITE_AT = \
  testsuite.at\
  append.at\
  append01.at\
+ chtype.at\
  comprec.at\
  delete01.at\
  delete02.at\
@@ -97,6 +98,7 @@ TESTSUITE_AT = \
  sparsemvp.at\
  truncate.at\
  update.at\
+ volsize.at\
  volume.at\
  version.at\
  star/gtarfail.at\
@@ -122,6 +124,9 @@ clean-local:
 check-local: atconfig atlocal $(TESTSUITE)
 	$(SHELL) $(TESTSUITE)
 
+check-full:
+	FULL_TEST=1 $(MAKE) check
+
 #check_SCRIPTS = tar
 
 # Run the test suite on the *installed* tree.