File: testframework.mk

package info (click to toggle)
cccl 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 39,248 kB
  • sloc: cpp: 264,457; python: 6,421; sh: 2,762; perl: 460; makefile: 114; xml: 13
file content (16 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
STATIC_LIBRARY := testframework

SRC_PATH := $(ROOTDIR)/thrust/testing/
BUILD_SRC := unittest/testframework.cu

CUSRC := unittest/cuda/testframework.cu
$(CUSRC).CUDACC_FLAGS    := -I$(ROOTDIR)/thrust/testing/cuda/
$(CUSRC).TARGET_BASENAME := testframework_cu
CU_FILES += $(CUSRC)

INCLUDES_ABSPATH += $(ROOTDIR)/thrust/testing

THRUST_TEST := 1

include $(ROOTDIR)/thrust/internal/build/common_detect.mk
include $(ROOTDIR)/thrust/internal/build/common_build.mk