From 3e23ac6c01bf2589dd62b19c2f33b680f075a45f Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 23 Nov 2013 13:56:54 -0500 Subject: [PATCH] Rename test-files directory -> tests --- Makefile.am | 3 +-- {test-files => tests}/siae1.hex | 0 {test-files => tests}/test-cjne.hex | 0 {test-files => tests}/test.hex | 0 {test-files => tests}/timer.asm | 0 {test-files => tests}/timer.hex | 0 6 files changed, 1 insertion(+), 2 deletions(-) rename {test-files => tests}/siae1.hex (100%) rename {test-files => tests}/test-cjne.hex (100%) rename {test-files => tests}/test.hex (100%) rename {test-files => tests}/timer.asm (100%) rename {test-files => tests}/timer.hex (100%) diff --git a/Makefile.am b/Makefile.am index 623e0b9..71bd259 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,7 @@ SUBDIRS = src data doc ## We want these in the dist tarball EXTRA_DIST = autogen.sh \ - pixmaps \ - test-files + pixmaps ACLOCAL = aclocal -I $(ac_aux_dir) diff --git a/test-files/siae1.hex b/tests/siae1.hex similarity index 100% rename from test-files/siae1.hex rename to tests/siae1.hex diff --git a/test-files/test-cjne.hex b/tests/test-cjne.hex similarity index 100% rename from test-files/test-cjne.hex rename to tests/test-cjne.hex diff --git a/test-files/test.hex b/tests/test.hex similarity index 100% rename from test-files/test.hex rename to tests/test.hex diff --git a/test-files/timer.asm b/tests/timer.asm similarity index 100% rename from test-files/timer.asm rename to tests/timer.asm diff --git a/test-files/timer.hex b/tests/timer.hex similarity index 100% rename from test-files/timer.hex rename to tests/timer.hex -- 2.20.1