Fix bug in Makefile.am
authorMichele Tartara <mtartara@google.com>
Thu, 13 Jun 2013 15:32:53 +0000 (17:32 +0200)
committerMichele Tartara <mtartara@google.com>
Fri, 14 Jun 2013 12:04:09 +0000 (14:04 +0200)
There was a typo in the name of the script for launching offline tests.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

Makefile.am

index a03cd3d..a34391f 100644 (file)
@@ -831,7 +831,7 @@ test/hs/hpc-htools: HEXTRA_INT=-fhpc
 test/hs/hpc-mon-collector: HEXTRA_INT=-fhpc
 
 # test dependency
-test/hs/offline-tests.sh: test/hs/hpc-htools test/hs/hpc-mon-collector
+test/hs/offline-test.sh: test/hs/hpc-htools test/hs/hpc-mon-collector
 
 # rules for building profiling-enabled versions of the haskell
 # programs: hs-prof does the full two-step build, whereas