tests: remove non-existent files from EXTRA_DIST
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 2 May 2019 18:29:10 +0000 (14:29 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 2 May 2019 20:15:12 +0000 (16:15 -0400)
commitc95ebe2ec33c6846c556e113258284238d4b13e3
treed68e927e38a1e3658986a18496196bb17a0c8981
parent1ee0433c04f21856493337f2278d03bf9fd6a2d9
tests: remove non-existent files from EXTRA_DIST

These files were removed in commit

    e8bacbe2bd42 ("Remove stale trace-ir test files")

... so they should be removed from EXTRA_DIST as well.  Currently, it
causes a "make dist" failure:

  make[4]: *** No rule to make target 'test_trace.py', needed by 'distdir'.  Stop.

The tests/lib/trace-ir directory is currently not very useful, as it
contains no tests at all, so we could remove it in theory.  But I
presume we'll add something in there in not too long, so I think we can
leave it there.

Change-Id: Iec44efd7c52e84b35a5a55206055b5d63635fbe1
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
tests/lib/trace-ir/Makefile.am
This page took 0.024027 seconds and 5 git commands to generate.