blob: fbb67bd85b3693e806ff6f662a33419045d42829 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <zxtest/zxtest.h>
int main(int argc, char** argv) {
srand(0);
return zxtest_run_all_tests(argc, argv);
}