Skip to content

Commit f07a97d

Browse files
committed
modify the Makefile
1 parent 9b200a2 commit f07a97d

File tree

1 file changed

+8
-3
lines changed
  • source/module_basis/module_pw/test

1 file changed

+8
-3
lines changed

source/module_basis/module_pw/test/Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ endif
9494
##==========================
9595
## GTEST
9696
##==========================
97-
GTESTOPTS = -I/usr/local/gtest/include -L/home/ubuntu/desktop/github/googletest/lib -lgtest -lpthread
97+
GTESTOPTS = -I${GTEST_DIR}/include -L${GTEST_DIR}/lib -lgtest -lpthread
9898

9999

100100

@@ -105,7 +105,8 @@ VPATH=../../../module_base\
105105
../../../module_base/module_device\
106106
../../../module_base/module_container/ATen/core\
107107
../../../module_base/module_container/ATen\
108-
:../
108+
../../../module_parameter\
109+
../\
109110

110111
MATH_OBJS0=matrix.o\
111112
matrix3.o\
@@ -126,7 +127,11 @@ pw_transform_k.o\
126127
memory.o\
127128
memory_op.o\
128129
depend_mock.o\
129-
tensor.o\
130+
parameter.o\
131+
fft_base.o\
132+
fft_bundle.o\
133+
fft_cpu.o\
134+
130135

131136
OTHER_OBJS0=
132137

0 commit comments

Comments
 (0)