Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CVPR
/
LIVE
like
35
Runtime error
App
Files
Files
Community
3
268f25b
LIVE
/
thrust
/
testing
/
unittest
/
unittest.h
Xu Ma
upload all files
28958dc
over 2 years ago
raw
Copy download link
history
blame
Safe
277 Bytes
#
pragma
once
// this is the only header included by unittests
// it pulls in all the others used for unittesting
#
include
<unittest/assertions.h>
#
include
<unittest/meta.h>
#
include
<unittest/random.h>
#
include
<unittest/testframework.h>
#
include
<unittest/special_types.h>