diff options
Diffstat (limited to 'test/test_build.cpp')
-rw-r--r-- | test/test_build.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/test_build.cpp b/test/test_build.cpp deleted file mode 100644 index 4fd2dac..0000000 --- a/test/test_build.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2020 David Robillard <d@drobilla.net> -// SPDX-License-Identifier: ISC - -/* - Tests that C++ headers compile without any warnings. -*/ - -#define PUGL_DISABLE_DEPRECATED - -#include "pugl/cairo.hpp" // IWYU pragma: keep -#include "pugl/gl.hpp" // IWYU pragma: keep -#include "pugl/pugl.h" // IWYU pragma: keep -#include "pugl/pugl.hpp" // IWYU pragma: keep -#include "pugl/stub.hpp" // IWYU pragma: keep - -int -main() -{ - return 0; -} |