(Before) **** Time summary: Compilation (14 times): Parsing (frontend): 60.1 s Codegen & opts (backend): 18.0 s (After) **** Time summary: Compilation (15 times): Parsing (frontend): 16.6 s Codegen & opts (backend): 17.4 s
5 lines
88 B
C++
5 lines
88 B
C++
#include "nix/expr/tests/libexpr.hh"
|
|
|
|
#include <gtest/gtest.h>
|
|
#include <gmock/gmock.h>
|