Changeset bf71cfd for tests


Ignore:
Timestamp:
Aug 1, 2018, 6:24:51 PM (7 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:
25a9b5a
Parents:
e614d73
Message:

Moved up many directories in source

Location:
tests
Files:
290 moved

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    re614d73 rbf71cfd  
    7474# however, here it is more complicated because it must match the dependencies based on how
    7575# they are generated by gcc
    76 headers = $(shell find $(top_srcdir)/src/libcfa -type f ! -name "*.*")
    77 headers_real = $(shell realpath --relative-to=$(top_srcdir)/src/libcfa $(headers))
     76headers = $(shell find $(top_srcdir)/libcfa/src -type f ! -name "*.*")
     77headers_real = $(shell realpath --relative-to=$(top_srcdir)/libcfa/src $(headers))
    7878headers_deps = $(addprefix %/, $(headers_real))
    7979$(headers_deps) :
  • tests/Makefile.in

    re614d73 rbf71cfd  
    9595@BUILD_DEBUG_TRUE@@BUILD_RELEASE_TRUE@am__append_3 = ${DEBUG_FLAGS}
    9696EXTRA_PROGRAMS = fstream_test$(EXEEXT) avl_test$(EXEEXT)
    97 subdir = src/tests
     97subdir = tests
    9898ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9999am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    329329          esac; \
    330330        done; \
    331         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tests/Makefile'; \
     331        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
    332332        $(am__cd) $(top_srcdir) && \
    333           $(AUTOMAKE) --foreign src/tests/Makefile
     333          $(AUTOMAKE) --foreign tests/Makefile
    334334Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    335335        @case '$?' in \
  • tests/preempt_longrun/Makefile.in

    re614d73 rbf71cfd  
    9191build_triplet = @build@
    9292host_triplet = @host@
    93 subdir = src/tests/preempt_longrun
     93subdir = tests/preempt_longrun
    9494ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    9595am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    479479          esac; \
    480480        done; \
    481         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile'; \
     481        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile'; \
    482482        $(am__cd) $(top_srcdir) && \
    483           $(AUTOMAKE) --foreign src/tests/preempt_longrun/Makefile
     483          $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile
    484484Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
    485485        @case '$?' in \
Note: See TracChangeset for help on using the changeset viewer.