Changeset 58b6d1b for tests/Makefile.in


Ignore:
Timestamp:
Aug 6, 2018, 4:33:35 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
524ed86
Parents:
73abe95
Message:

Fixed tests after headers change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.in

    r73abe95 r58b6d1b  
    307307fstream_test_SOURCES = fstream_test.c
    308308avl_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
    309 
    310 # SKULLDUGGERY like libcfa/Makefile.am prevent extensionless headers from being generated
    311 # however, here it is more complicated because it must match the dependencies based on how
    312 # they are generated by gcc
    313 headers = $(shell find $(top_srcdir)/libcfa/src -type f ! -name "*.*")
    314 headers_real = $(shell realpath --relative-to=$(top_srcdir)/libcfa/src $(headers))
    315 headers_deps = $(addprefix %/, $(headers_real))
    316309all: all-am
    317310
     
    618611.INTERMEDIATE: .validate .validate.c
    619612
     613#----------------------------------------------------------------------------------------------------------------
    620614all-local :
    621615        @+${TEST_PY} --debug=${debug} ${concurrent} ${quick_test}
     
    638632concurrency :
    639633        @+${TEST_PY} --debug=${debug} -Iconcurrent
    640 $(headers_deps) :
    641         echo "Dummy rule, should never be called"
    642 
    643 # %/stdlib:
    644 #       echo "Dummy rule, should never be called"
    645 
     634
     635#----------------------------------------------------------------------------------------------------------------
    646636# implicit rule so not all test require a rule
    647637% : %.c $(CC)
Note: See TracChangeset for help on using the changeset viewer.