Changeset bdff89d
- Timestamp:
- Aug 15, 2018, 4:09:50 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 14b253d
- Parents:
- afe8882
- Location:
- tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rafe8882 rbdff89d 24 24 concurrent= 25 25 26 TEST_PY = python ${ srcdir}/test.py26 TEST_PY = python ${builddir}/test.py 27 27 28 28 # applies to both programs -
tests/Makefile.in
rafe8882 rbdff89d 301 301 quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes 302 302 concurrent = 303 TEST_PY = python ${ srcdir}/test.py303 TEST_PY = python ${builddir}/test.py 304 304 305 305 # applies to both programs
Note: See TracChangeset
for help on using the changeset viewer.