diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-11-23 18:10:25 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-11-23 18:10:25 +0000 |
| commit | 75759839b26540b76c0c97489eb37d08f4bebfbd (patch) | |
| tree | b712800a242f1d8de5334ae5074f703b4b80be0c /llvm/projects/Stacker | |
| parent | 210bccc1c217ea7c9ca66e2d3a75f03656b6aab0 (diff) | |
| download | bcm5719-llvm-75759839b26540b76c0c97489eb37d08f4bebfbd.tar.gz bcm5719-llvm-75759839b26540b76c0c97489eb37d08f4bebfbd.zip | |
Disable test.
llvm-svn: 10186
Diffstat (limited to 'llvm/projects/Stacker')
| -rw-r--r-- | llvm/projects/Stacker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/Makefile b/llvm/projects/Stacker/Makefile index ac62e6b872f..24da35878ff 100644 --- a/llvm/projects/Stacker/Makefile +++ b/llvm/projects/Stacker/Makefile @@ -12,7 +12,9 @@ LEVEL = ../.. # # Directories that needs to be built. # -DIRS = lib tools test samples +# Disable the 'test' subdirectory until it works correctly +# test +DIRS = lib tools samples # # Include the Master Makefile that knows how to build all. |

