File: testdir.h.in

package info (click to toggle)
fcitx5-lua 5.0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: cpp: 1,229; sh: 21; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* SPDX-FileCopyrightText: 2017~2017 CSSlayer 
* wengxt@gmail.com
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#ifndef _TEST_TESTDIR_H_
#define _TEST_TESTDIR_H_

#define TESTING_SOURCE_DIR "@CMAKE_SOURCE_DIR@"
#define TESTING_BINARY_DIR "@CMAKE_BINARY_DIR@"

#endif // _TEST_TESTDIR_H_