Ignore:
Timestamp:
Jun 21, 2016, 2:45:20 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
6bc4734
Parents:
7ba3a25
Message:

src/tests Makefile now builds all test on target all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r7ba3a25 r927e9ce  
    1919CC = @CFA_BINDIR@/cfa
    2020
    21 noinst_PROGRAMS = fstream_test vector_test avl_test # build but do not install
     21.PHONY : list
     22EXTRA_PROGRAMS = fstream_test vector_test avl_test Constant0-1DP Constant0-1ND Constant0-1NDDP # build but do not install
     23
    2224fstream_test_SOURCES = fstream_test.c
    2325vector_test_SOURCES = vector/vector_int.c vector/array.c vector/vector_test.c
    2426avl_test_SOURCES = avltree/avl_test.c avltree/avl0.c avltree/avl1.c avltree/avl2.c avltree/avl3.c avltree/avl4.c avltree/avl-private.c
     27
     28all-local :
     29        python test.py --all
     30
     31clean-local :
     32        -rm -f ${EXTRA_PROGRAMS}
     33
     34list :
     35        python test.py --list
    2536
    2637Constant0-1DP : Constant0-1.c
Note: See TracChangeset for help on using the changeset viewer.