aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/tests.pch.h
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2019-07-18 19:07:00 -0700
committerGriffin Downs <35574547+grdowns@users.noreply.github.com>2019-07-18 19:07:00 -0700
commit825055378998ae6bc24e8cb0bce2e1fbf9a425da (patch)
treedce29d762b06e5f44e985051c3d5520c7ca1cc19 /toolsrc/include/tests.pch.h
parent9b5ee9941232dc3dd07085de747b1e95bb059525 (diff)
downloadvcpkg-825055378998ae6bc24e8cb0bce2e1fbf9a425da.tar.gz
vcpkg-825055378998ae6bc24e8cb0bce2e1fbf9a425da.zip
Rewrite the tests! now they're cross-platform! (#7315)
* begin exploratory rewriting of tests * continue working on tests * more test work! holy butts vcpkg-tests/plan.cpp was a bunch of work * finish writing new tests - [x] write catch2 tests - [ ] rewrite/at least delete the VS project files - [ ] document running tests * Fix tests to work on WSL, rewrite test vcxproj still need to test on macOS also, delete tests.pch.h * Condense add_test calls
Diffstat (limited to 'toolsrc/include/tests.pch.h')
-rw-r--r--toolsrc/include/tests.pch.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/toolsrc/include/tests.pch.h b/toolsrc/include/tests.pch.h
deleted file mode 100644
index 5c00fca4a..000000000
--- a/toolsrc/include/tests.pch.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#pragma once
-
-#include <CppUnitTest.h>
-
-#include <vcpkg/base/chrono.h>
-#include <vcpkg/base/sortedvector.h>
-#include <vcpkg/base/strings.h>
-#include <vcpkg/base/util.h>
-#include <vcpkg/binaryparagraph.h>
-#include <vcpkg/dependencies.h>
-#include <vcpkg/packagespec.h>
-#include <vcpkg/packagespecparseresult.h>
-#include <vcpkg/paragraphs.h>
-#include <vcpkg/sourceparagraph.h>
-#include <vcpkg/statusparagraph.h>
-#include <vcpkg/statusparagraphs.h>
-#include <vcpkg/triplet.h>
-#include <vcpkg/update.h>
-#include <vcpkg/vcpkgcmdarguments.h>