- Timestamp:
- Aug 10, 2018, 3:40:47 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:
- 2ea0a8a
- Parents:
- ea5b7d6
- Location:
- tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rea5b7d6 r0c1b566 15 15 ############################################################################### 16 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 17 18 18 19 debug=yes -
tests/Makefile.in
rea5b7d6 r0c1b566 295 295 top_builddir = @top_builddir@ 296 296 top_srcdir = @top_srcdir@ 297 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 297 298 debug = yes 298 299 installed = no -
tests/preempt_longrun/Makefile.am
rea5b7d6 r0c1b566 14 14 ## Update Count : 0 15 15 ############################################################################### 16 17 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 16 18 17 19 repeats=10 -
tests/preempt_longrun/Makefile.in
rea5b7d6 r0c1b566 454 454 top_builddir = @top_builddir@ 455 455 top_srcdir = @top_srcdir@ 456 AUTOMAKE_OPTIONS = foreign # do not require all the GNU file names 456 457 repeats = 10 457 458 max_time = 600
Note: See TracChangeset
for help on using the changeset viewer.