1# Check that we honor --no-db.
2
3# RUN: rm -rf %t.build
4# RUN: mkdir -p %t.build
5# RUN: cp %s %t.build/build.ninja
6# RUN: %{llbuild} ninja build --jobs 1 --chdir %t.build --no-db
7# RUN: test ! -f %t.build/build.db
8
9build output: phony
10default output
11