diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/Makefile | 3 | ||||
-rwxr-xr-x | cpp/allTests.py | 2 | ||||
-rw-r--r-- | cpp/config/Make.rules | 2 | ||||
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/cpp/Makefile b/cpp/Makefile index fb593205a9e..b8c63a3b0d5 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -20,3 +20,6 @@ $(EVERYTHING):: echo "making $@ in $$subdir"; \ ( cd $$subdir && $(MAKE) $@ ) || exit 1; \ done + +test:: + @python $(top_srcdir)/allTests.py
\ No newline at end of file diff --git a/cpp/allTests.py b/cpp/allTests.py index ad8fb874653..de2487d1b88 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2002 +# Copyright (c) 2001 # MutableRealms, Inc. # Huntsville, AL, USA # diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index cb471932ef1..2d150f6660d 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2002 +# Copyright (c) 2001 # MutableRealms, Inc. # Huntsville, AL, USA # diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 00f77770c2b..648ee7e026c 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2002 +# Copyright (c) 2001 # MutableRealms, Inc. # Huntsville, AL, USA # |