From 3c9125f035cefc8ef51a0c5ae7af59a4e753ef32 Mon Sep 17 00:00:00 2001 From: Arno Schoenmakers <schoenmakers@astron.nl> Date: Tue, 27 Jan 2009 15:03:44 +0000 Subject: [PATCH] Bug 1319: Build now goes to separate directory stationtest --- MAC/Test/Station/Makefile.am | 3 +-- MAC/Test/Station/gold/Makefile.am | 3 +-- MAC/Test/Station/modules/Makefile.am | 3 +-- MAC/Test/Station/tc/Makefile.am | 5 ++--- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/MAC/Test/Station/Makefile.am b/MAC/Test/Station/Makefile.am index 78242750642..4c094293917 100644 --- a/MAC/Test/Station/Makefile.am +++ b/MAC/Test/Station/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = modules gold tc -testdir = $(prefix)/test +testdir = $(prefix)/stationtest test_SCRIPTS = README.txt \ i2c_spu.py \ i2c_td.py \ @@ -21,4 +21,3 @@ test_SCRIPTS = README.txt \ xc_200_verify.sh include $(top_srcdir)/Makefile.common - diff --git a/MAC/Test/Station/gold/Makefile.am b/MAC/Test/Station/gold/Makefile.am index ff8ddc66357..46aa24695c7 100644 --- a/MAC/Test/Station/gold/Makefile.am +++ b/MAC/Test/Station/gold/Makefile.am @@ -1,4 +1,4 @@ -testdir = $(prefix)/test/gold +testdir = $(prefix)/stationtest/gold test_SCRIPTS = prbs_dir_test.gold \ rsp_version.gold \ tbb_version.gold \ @@ -7,4 +7,3 @@ test_SCRIPTS = prbs_dir_test.gold \ xst_200_odd.gold include $(top_srcdir)/Makefile.common - diff --git a/MAC/Test/Station/modules/Makefile.am b/MAC/Test/Station/modules/Makefile.am index 859007b4451..0d289bbe166 100644 --- a/MAC/Test/Station/modules/Makefile.am +++ b/MAC/Test/Station/modules/Makefile.am @@ -1,4 +1,4 @@ -testdir = $(prefix)/test/modules +testdir = $(prefix)/stationtest/modules test_SCRIPTS = cli.py \ mep.py \ rsp.py \ @@ -7,4 +7,3 @@ test_SCRIPTS = cli.py \ testlog.py include $(top_srcdir)/Makefile.common - diff --git a/MAC/Test/Station/tc/Makefile.am b/MAC/Test/Station/tc/Makefile.am index a0c4ef7dd05..8bee11394e1 100644 --- a/MAC/Test/Station/tc/Makefile.am +++ b/MAC/Test/Station/tc/Makefile.am @@ -1,10 +1,10 @@ -testdir = $(prefix)/test/tc +testdir = $(prefix)/stationtest/tc test_SCRIPTS = bist.py \ empty.py \ hba_client.py \ hba_server.py \ prsg.py \ - rad_lane_mode.py \ + rad_lanemode.py \ rad_latency.py \ serdes.py \ spustat.py \ @@ -13,4 +13,3 @@ test_SCRIPTS = bist.py \ tdstat.py include $(top_srcdir)/Makefile.common - -- GitLab