2017-11-11 19:47:56 -08:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <CppUnitTest.h>
|
|
|
|
|
2017-12-01 16:08:09 -08:00
|
|
|
#include <vcpkg/base/chrono.h>
|
2017-11-11 19:47:56 -08:00
|
|
|
#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>
|